Skip to content

Chore/better lint rules#120

Merged
henri318 merged 5 commits into
mainfrom
chore/better_lint_rules
Jul 6, 2026
Merged

Chore/better lint rules#120
henri318 merged 5 commits into
mainfrom
chore/better_lint_rules

Conversation

@henri318

@henri318 henri318 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Chore/better lint rules

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 159 files, which is 9 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 455f3e12-e5e7-40ab-ab91-ed3640dc39fc

📥 Commits

Reviewing files that changed from the base of the PR and between 79a2c95 and 44227ff.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (159)
  • app/[locale]/admin/sellers/[sellerId]/products/page.tsx
  • app/[locale]/admin/sellers/create/page.tsx
  • app/[locale]/auth/signup/page.tsx
  • app/[locale]/checkout/page.tsx
  • app/[locale]/products/[id]/mockup-canvas-control.tsx
  • app/[locale]/products/[id]/photo-upload-field.tsx
  • app/[locale]/seller/products/product-form.tsx
  • app/[locale]/seller/products/product-photo-gallery.tsx
  • app/api/orders/[orderId]/status/route.ts
  • app/api/uploads/guest/presigned-url/route.ts
  • app/api/uploads/local/[...storageKey]/route.ts
  • components/products/search-input-with-suggestions.tsx
  • eslint.config.mjs
  • modules/auth/infrastructure/base64-reset-token-codec.ts
  • modules/auth/infrastructure/memory-used-reset-token-store.ts
  • modules/cart/application/add-item-to-cart.ts
  • modules/cart/application/checkout-cart.ts
  • modules/cart/presentation/components/cart-icon.tsx
  • modules/cart/presentation/components/cart-popup.tsx
  • modules/cart/presentation/components/cart-view.tsx
  • modules/cart/presentation/components/checkout-confirm-button.tsx
  • modules/customizations/application/__tests__/customization-queries.test.ts
  • modules/customizations/application/__tests__/customization-use-cases.test.ts
  • modules/customizations/domain/__tests__/customization-domain.test.ts
  • modules/customizations/domain/value-objects/customization-options.ts
  • modules/events/infrastructure/in-memory-event-bus.ts
  • modules/orders/domain/value-objects/order-lifecycle.ts
  • modules/orders/infrastructure/prisma-order-repository.ts
  • modules/products/domain/value-objects/product-customization-config.ts
  • modules/products/presentation/schemas/product-list-query-schema.ts
  • modules/uploads/application/create-upload-use-case.ts
  • package.json
  • playwright.config.ts
  • prisma/seed.ts
  • scripts/optimize-sprites.mjs
  • shared/i18n/get-dictionary.ts
  • shared/kernel/domain/value-objects/money.ts
  • shared/layout/login-modal.tsx
  • shared/lib/normalize-text.ts
  • shared/presentation/components/file-upload-dropzone.tsx
  • shared/presentation/lib/to-absolute-url.ts
  • shared/ui/file-upload-dropzone.tsx
  • shared/ui/tag-list.tsx
  • tests/doubles/memory-cart-repository.ts
  • tests/doubles/memory-customization-lookup.ts
  • tests/doubles/memory-email-queue-repository.ts
  • tests/doubles/memory-order-repository.ts
  • tests/doubles/memory-outbox-repository.ts
  • tests/doubles/memory-product-repository.ts
  • tests/doubles/memory-role-repository.ts
  • tests/doubles/memory-search-history-repository.ts
  • tests/doubles/memory-seller-repository.ts
  • tests/doubles/memory-upload-repository.ts
  • tests/doubles/memory-user-repository.ts
  • tests/e2e/admin/auth.ts
  • tests/global-setup-integration.ts
  • tests/integration/auth/prisma-rate-limiter.integration.test.ts
  • tests/integration/customizations/prisma-customization-repository.integration.test.ts
  • tests/integration/orders.integration.test.ts
  • tests/integration/orders/handle-cart-checked-out.integration.test.ts
  • tests/integration/orders/prisma-order-repository.integration.test.ts
  • tests/integration/products/prisma-product-repository.integration.test.ts
  • tests/integration/roles/prisma-role-repository.integration.test.ts
  • tests/integration/sellers/prisma-seller-repository.integration.test.ts
  • tests/integration/uploads/prisma-upload-repository.integration.test.ts
  • tests/integration/users/prisma-user-repository.integration.test.ts
  • tests/unit/app/[locale]/admin/sellers/[sellerId]/page.test.tsx
  • tests/unit/app/[locale]/admin/sellers/[sellerId]/products/page.test.tsx
  • tests/unit/app/[locale]/admin/sellers/[sellerId]/seller-detail-form.test.tsx
  • tests/unit/app/[locale]/admin/sellers/page.test.tsx
  • tests/unit/app/[locale]/auth/signin/signin-page.test.tsx
  • tests/unit/app/[locale]/page.test.tsx
  • tests/unit/app/[locale]/products/[id]/page.test.tsx
  • tests/unit/app/[locale]/seller/products/product-actions.test.tsx
  • tests/unit/app/[locale]/seller/products/product-form.test.tsx
  • tests/unit/app/api/admin/sellers/[sellerId]/products/route.test.ts
  • tests/unit/app/api/cart/migrate/route.test.ts
  • tests/unit/app/api/customizations/[id]/route.test.ts
  • tests/unit/app/api/customizations/customer/route.test.ts
  • tests/unit/app/api/customizations/route.test.ts
  • tests/unit/app/api/orders/[orderId]/status/route.test.ts
  • tests/unit/app/api/payments/checkout-groups/[checkoutGroupId]/retry/route.test.ts
  • tests/unit/app/api/products/[id]/route.test.ts
  • tests/unit/app/api/products/[id]/status/route.test.ts
  • tests/unit/app/api/products/route.test.ts
  • tests/unit/app/api/sellers/[id]/status/route.test.ts
  • tests/unit/app/api/sellers/route.test.ts
  • tests/unit/app/api/uploads/guest/presigned-url/route.test.ts
  • tests/unit/app/api/uploads/local/[...storageKey]/route.test.ts
  • tests/unit/app/auth/signup/page.test.tsx
  • tests/unit/app/cart/cart-view-guest.test.tsx
  • tests/unit/app/cart/cart-view.test.tsx
  • tests/unit/app/checkout/checkout-confirm-button.test.tsx
  • tests/unit/components/cart/add-to-cart-button.test.tsx
  • tests/unit/components/cart/cart-merge-detector.test.tsx
  • tests/unit/components/cart/merge-dialog.test.tsx
  • tests/unit/components/products/infinite-product-list.test.tsx
  • tests/unit/composition-root/container-seller-binding.test.ts
  • tests/unit/modules/cart/application/checkout-cart.test.ts
  • tests/unit/modules/cart/application/get-cart.test.ts
  • tests/unit/modules/cart/application/migrate-guest-cart.test.ts
  • tests/unit/modules/cart/application/remove-cart-item.test.ts
  • tests/unit/modules/cart/application/update-cart-item.test.ts
  • tests/unit/modules/cart/domain/value-objects/cart-id.test.ts
  • tests/unit/modules/cart/domain/value-objects/cart-item-id.test.ts
  • tests/unit/modules/cart/domain/value-objects/quantity.test.ts
  • tests/unit/modules/cart/doubles/memory-cart-repository.test.ts
  • tests/unit/modules/cart/infrastructure/prisma-cart-repository.test.ts
  • tests/unit/modules/cart/presentation/guest-cart-context.test.tsx
  • tests/unit/modules/events/infrastructure/event-bus-port.test.ts
  • tests/unit/modules/orders/application/assign-to-production-use-case.test.ts
  • tests/unit/modules/orders/application/handle-cart-checked-out.test.ts
  • tests/unit/modules/orders/application/mark-as-paid-use-case.test.ts
  • tests/unit/modules/presentation/components/cart-icon.test.tsx
  • tests/unit/modules/presentation/components/cart-popup.test.tsx
  • tests/unit/modules/products/application/create-product-use-case.test.ts
  • tests/unit/modules/products/application/product-list-query-use-case.test.ts
  • tests/unit/modules/products/domain/value-objects/category-id.test.ts
  • tests/unit/modules/products/domain/value-objects/product-description.test.ts
  • tests/unit/modules/products/domain/value-objects/product-name.test.ts
  • tests/unit/modules/products/domain/value-objects/product-price.test.ts
  • tests/unit/modules/products/infrastructure/mapper.test.ts
  • tests/unit/modules/roles/application/create-role.test.ts
  • tests/unit/modules/roles/application/seed-roles.test.ts
  • tests/unit/modules/search-history/application/record-search-use-case.test.ts
  • tests/unit/modules/sellers/application/create-seller-use-case.test.ts
  • tests/unit/modules/sellers/application/create-seller-with-user-use-case.test.ts
  • tests/unit/modules/sellers/application/list-sellers-use-case.test.ts
  • tests/unit/modules/sellers/infrastructure/prisma-seller-mapper.test.ts
  • tests/unit/modules/uploads/application/cleanup-uploads-use-case.test.ts
  • tests/unit/modules/uploads/application/confirm-upload-use-case.test.ts
  • tests/unit/modules/uploads/application/create-upload-use-case.test.ts
  • tests/unit/modules/uploads/application/delete-upload-use-case.test.ts
  • tests/unit/modules/uploads/application/generate-read-url-use-case.test.ts
  • tests/unit/modules/uploads/application/get-upload-use-case.test.ts
  • tests/unit/modules/uploads/infrastructure/mapper.test.ts
  • tests/unit/modules/uploads/presentation/upload-schemas.test.ts
  • tests/unit/modules/users/application/register-user-use-case.test.ts
  • tests/unit/modules/users/application/reset-password-use-case.test.ts
  • tests/unit/modules/users/application/update-user.test.ts
  • tests/unit/prisma/prisma-seed-config.test.ts
  • tests/unit/prisma/seed-data.test.ts
  • tests/unit/shared/authorization/authorization.test.ts
  • tests/unit/shared/infrastructure/memory-rate-limiter.test.ts
  • tests/unit/shared/kernel/address.test.ts
  • tests/unit/shared/kernel/customization-options.test.ts
  • tests/unit/shared/kernel/email.test.ts
  • tests/unit/shared/kernel/entity-id.test.ts
  • tests/unit/shared/kernel/password-hash-vo.test.ts
  • tests/unit/shared/kernel/verification-token.test.ts
  • tests/unit/shared/presentation/components/social-footer.test.tsx
  • tmp/check-db.ts
  • tmp/eslint-out.json
  • tmp/eslint-out2.json
  • tmp/eslint-out3.json
  • tmp/eslint-out4.json
  • types/next-auth.d.ts
  • vitest.config.ts
  • vitest.integration.config.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/better_lint_rules

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@henri318 henri318 merged commit fdf1414 into main Jul 6, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant